You have received an order.

Order Details

Order ID: {{ order_id }}
Date Ordered: {{ date_added }}
Payment Method: {{ payment_method }}
Shipping Method: {{{ shipping_method }}}

Email: {{ customer_email }}
Telephone: {{ customer_telephone }}
{{# customer_mobile_phone }}
Telephone: {{ customer_mobile_phone }}
{{/ customer_mobile_phone }}
{{# customer_fax }}
Fax: {{ customer_fax }}
{{/ customer_fax }}
IP Address: {{ customer_ip }}
{{# seller_info }}
Ordered From: {{{ seller_info }}}
{{/ seller_info }}

{{# shipping_data }}
Shipping Address:
{{{ firstname }}} {{{lastname}}}
{{{ company }}}

{{{ address_1 }}} 
{{{ address_2 }}}
{{{ city }}} {{{ postcode }}}
{{{ zone }}}
{{{ country }}}
{{/ shipping_data }}

{{# payment_data }}
Payment Address:
{{{ firstname }}} {{{lastname}}} 
{{{ company }}}
{{# taxid }}
{{{ taxid }}}
{{/ taxid }}
{{{ address_1 }}}
{{{ address_2 }}}
{{{ city }}} {{{ postcode }}}
{{{ zone }}}
{{{ country }}}
{{# registration }}
{{ registration }}  
{{/ registration }}
{{# bank_name }}
{{ bank_name }}  
{{/ bank_name }}
{{# bank_address }}
{{ bank_address }}  
{{/ bank_address }}
{{# iban }}
{{ iban }}  
{{/ iban }}
{{# swift }}
{{ swift }}  
{{/ swift }}
{{/ payment_data }}


Product                                                 Model                             Price                  Quantity              Total
{{# products }}
					
{{ name }}                                               {{ model }}                       {{ price }}            {{ quantity }}        {{ total }}
   {{# option }}
    - {{ name}} {{ value }} 
{{# link }} 
  {{{ link }}} 
{{/ link}}
   {{/ option }}


{{/ products }}
{{# totals }}
  {{{ title }}}  {{ text }}
{{/ totals }}


{{# comment }}
	The comments for your order are:
 {{{ comment }}} 
{{/ comment }}

{{# invoice }}
To view your order click on the link below:
{{ invoice }}
{{/ invoice }}

{{ store_name }}
{{ text_project_label }}